tests/admin-test.sh: this is a bash script, not a POSIX sh script
authorSimon McVittie <smcv@debian.org>
Thu, 31 Mar 2016 08:48:18 +0000 (09:48 +0100)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Thu, 31 Mar 2016 14:22:06 +0000 (14:22 +0000)
The "function foo()" syntax is bash-specific, and Colin indicated in
PR #226 that he prefers to require bash rather than trying to support
every POSIX shell.

Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #232
Approved by: cgwalters

tests/admin-test.sh

index 3a04a69cffde567f127b091c65a16b7b70332b53..43dcbb55d7ff337975176bf42ee7f4492170d54f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
 #
 # This library is free software; you can redistribute it and/or